home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
zlib.lha
/
zlib.readme
< prev
Wrap
Text File
|
1997-05-10
|
932b
|
24 lines
Short: standard data compression library
Type: util/libs
Uploader: mlelstv@serpens.swb.de
Author: mlelstv@serpens.swb.de
This is a port of the standard "zlib 1.0.4" library created
by Jean-loup Gailly and Mark Adler. zlib uses an algorithm
similar to the one used in the popular gzip program.
It has been partially converted into an AmigaOS shared library
except for some convenience functions that sit on top of
the stdio library. These functions are kept in a linker
library compatible with the SAS/C compiler. Programs that
require zlib can simply link against the linker library.
Except for some changes required for the shared library the
only other change is an 68k assembler version of the longest_match
routine which is the heart of the compressor. As a result this
library reaches about 90% the speed of the gzip program. The
remaining speed difference comes from the SAS/C compiler used
(compared to GNU C for gzip).